2005-06-07 Kjartan Maraas <kmaraas@gnome.org>
* gtk/gtkfilechooserbutton.c: (update_label_and_image):
Merge leak fix from stable. Bug 306754.
+2005-06-07 Kjartan Maraas <kmaraas@gnome.org>
+
+ * gtk/gtkfilechooserbutton.c: (update_label_and_image):
+ Merge leak fix from stable. Bug 306754.
+
2005-06-05 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkscreen-win32.c
+2005-06-07 Kjartan Maraas <kmaraas@gnome.org>
+
+ * gtk/gtkfilechooserbutton.c: (update_label_and_image):
+ Merge leak fix from stable. Bug 306754.
+
2005-06-05 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkscreen-win32.c
+2005-06-07 Kjartan Maraas <kmaraas@gnome.org>
+
+ * gtk/gtkfilechooserbutton.c: (update_label_and_image):
+ Merge leak fix from stable. Bug 306754.
+
2005-06-05 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkscreen-win32.c
folder = gtk_file_system_get_folder (priv->fs,
parent_path ? parent_path : path,
GTK_FILE_INFO_DISPLAY_NAME, NULL);
+ gtk_file_path_free (parent_path);
+
if (folder)
{
GtkFileInfo *info;